home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / bin / DXUtils / AppWizard / DXAppwiz.awx / TEMPLATE / NEWPROJ.INF < prev   
Encoding:
Text File  |  2001-10-25  |  2.1 KB  |  102 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '-',  '!', '?', ':', '#', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '-' => the file should not be added to the project (all files are added to the project by default)
  6. $$//       '!' => the file should be marked exclude from build
  7. $$//       '?' => the file should be treated as a help file
  8. $$//       ':' => the file should be treated as a resource
  9. $$//       '#' => the file should be treated as a template (implies '!')
  10. $$//       '*' => bypass the custom AppWizard's resources when loading
  11. $$//    if name starts with / => create new subdir
  12.  
  13. $$IF(D3D)
  14. $$IF(WINDOW)
  15. d3d_win.cpp    $$root$$.cpp
  16. d3d_win.h    $$root$$.h
  17. d3d_win.rc    $$root$$.rc
  18. d3d_winres.h    resource.h
  19. $$ELSE
  20. d3d_dlg.cpp    $$root$$.cpp
  21. d3d_dlg.h    $$root$$.h
  22. d3d_dlg.rc    $$root$$.rc
  23. d3d_dlgres.h    resource.h
  24. d3d_dlgStdAfx.cpp    StdAfx.cpp
  25. d3d_dlgStdAfx.h    StdAfx.h
  26. $$ENDIF
  27. $$ENDIF
  28.  
  29. $$IF(!D3D)
  30. $$IF(WINDOW)
  31. gdi_win.cpp    $$root$$.cpp
  32. gdi_win.h    $$root$$.h
  33. gdi_win.rc    $$root$$.rc
  34. gdi_winres.h    resource.h
  35. $$ELSE
  36. gdi_dlg.cpp    $$root$$.cpp
  37. gdi_dlg.h    $$root$$.h
  38. gdi_dlg.rc    $$root$$.rc
  39. gdi_dlgres.h    resource.h
  40. gdi_dlgStdAfx.cpp    StdAfx.cpp
  41. gdi_dlgStdAfx.h    StdAfx.h
  42. $$ENDIF
  43. $$ENDIF
  44.  
  45. dxutil.cpp    dxutil.cpp
  46. dxutil.h    dxutil.h
  47.  
  48. =:DirectX.ico    DirectX.ico
  49.  
  50. $$IF(D3D)
  51. d3dres.h    d3dres.h
  52. d3dapp.cpp    d3dapp.cpp
  53. d3dapp.h    d3dapp.h
  54.  
  55. d3dutil.cpp    d3dutil.cpp
  56. d3dutil.h    d3dutil.h
  57. $$ENDIF
  58.  
  59. $$IF(X_FILE)
  60. d3dfile.cpp    d3dfile.cpp
  61. d3dfile.h    d3dfile.h
  62. $$ENDIF
  63.  
  64. $$IF(D3DFONT)
  65. d3dfont.cpp    d3dfont.cpp
  66. d3dfont.h    d3dfont.h
  67. $$ENDIF
  68.  
  69. $$IF(DMUSIC)
  70. dmutil.cpp    dmutil.cpp
  71. dmutil.h    dmutil.h
  72. $$ENDIF
  73.  
  74. $$IF(DSOUND)
  75. dsutil.cpp    dsutil.cpp
  76. dsutil.h    dsutil.h
  77. $$ENDIF
  78.  
  79. $$IF(DMUSIC || DSOUND)
  80. =:bounce.wav    bounce.wav
  81. $$ENDIF
  82.  
  83. $$IF(ACTIONMAPPER)
  84. diutil.cpp    diutil.cpp
  85. diutil.h    diutil.h
  86. $$ENDIF
  87.  
  88. $$IF(DPLAY)
  89. netconnect.cpp    netconnect.cpp
  90. netconnect.h    netconnect.h
  91. netconnectres.h    netconnectres.h
  92. $$ENDIF
  93.  
  94. $$IF(DPLAYVOICE)
  95. netvoice.cpp    netvoice.cpp
  96. netvoice.h    netvoice.h
  97. netvoiceres.h    netvoiceres.h
  98. $$ENDIF
  99.  
  100.  
  101.  
  102.